Usage
"enkf"(object, params, Np, h, R, verbose = getOption("verbose"), ...)
"eakf"(object, params, Np, C, R, verbose = getOption("verbose"), ...)
"logLik"(object, ...)
"cond.logLik"(object, ...)
"pred.mean"(object, pars, ...)
"filter.mean"(object, pars, ...)
Arguments
object
    An object of class pomp or inheriting class pomp.
  
params
    optional named numeric vector containing the parameters at which the filtering should be performed.
    By default, params = coef(object).
  
Np
    the number of particles to use.
  
verbose
    logical; if TRUE, progress information is reported.
  
h
    function returning the expected value of the observation given the state.
  
C
    matrix converting state vector into expected value of the observation.
  
R
    matrix; variance of the measurement noise.
  
...
    additional arguments (currently ignored).